Skip to main content

OnTimer

Type

message

Summary

Sent when a timer message has been scheduled.

Syntax

OnTimer

Description

Handle the OnTimer message to perform an action at a scheduled time.

note

OnTimer messages are only sent whilst in browse tool mode. If a timer is delivered whilst in pointer tool mode it will be deferred until browser tool mode is re-entered.

Examples

// Create a timer loop
public handler OnTimer()
...
schedule timer in 1 seconds
end handler

statement: ScheduleTimerIn

Thank you for your feedback!

Was this page helpful?